std::basic_istream::gcount

From Cppreference

Jump to: navigation, search
​pos_type gcount() const;

Returns the number of characters extracted by the last unformatted input operation. The following functions change the value of subsequent gcount calls:

Contents

Parameters

(none)

Return value

number of characters extracted by the last input operation

Example

See also

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox
In other languages